netfilter: ipvs: Fix invalid bytes in IP_VS_MH_TAB_INDEX help text
authorBen Hutchings <ben@decadent.org.uk>
Mon, 2 Jul 2018 16:24:27 +0000 (17:24 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 7 Oct 2018 20:57:06 +0000 (21:57 +0100)
commit9429af8a4dbaf830e90d07d0f27a47ba6de3add5
treeb2996c0d5b6a39a5b67b0a971d97b13bc9edb16e
parentd69d0f624f50a8fee3fcf7d41cb39f392e8c57b8
netfilter: ipvs: Fix invalid bytes in IP_VS_MH_TAB_INDEX help text

The help text contains several \xa0 bytes, which are not valid UTF-8
characters but could have been non-breaking spaces in Latin 1
encoding.  I see no reason to use non-breaking spaces here, so replace
them with regular spaces.

Fixes: 30edf801d7ed ("netfilter: ipvs: Add configurations of Maglev hashing")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name netfilter-ipvs-Fix-invalid-bytes-in-IP_VS_MH_TAB_IND.patch
net/netfilter/ipvs/Kconfig